home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / nicewory.swf / scripts / frame_5 / DoAction.as
Text File  |  2007-10-01  |  648b  |  22 lines

  1. function FNsend()
  2. {
  3.    LVwrite = new LoadVars();
  4.    LVwrite.game_id = _root.game_id;
  5.    LVwrite.user_id = _root.user_id;
  6.    LVwrite.pass = _root.homepage;
  7.    LVwrite.score = _root.score;
  8.    LVwrite.onLoad = function()
  9.    {
  10.       _root.ranking = this.result;
  11.       delete LVwrite;
  12.    };
  13.    LVwrite.sendAndLoad("http://" + _root.homepage + "/" + _root.site + "/end." + _root.prog + "?ran=" + random(1000),LVwrite,"POST");
  14.    getURL("javascript:end_game(" + _root.score + ")","");
  15. }
  16. stopAllSounds();
  17. _root.FNsend();
  18. if(_root.check_id == "" || _root.check_id == undefined || _root.check_id == null)
  19. {
  20.    _root.user_id = "guest";
  21. }
  22.